home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / include / atsmedia.h < prev    next >
Text File  |  2001-10-08  |  1KB  |  35 lines

  1. //------------------------------------------------------------------------------
  2. // File: ATSMedia.h
  3. //
  4. // Desc: Broadcast Driver Architecture Media Definitions for ATSC
  5. //
  6. // Copyright (c) 1996-2001, Microsoft Corporation.  All rights reserved.
  7. //------------------------------------------------------------------------------
  8.  
  9.  
  10. #if !defined(_KSMEDIA_)
  11. #error KSMEDIA.H must be included before BDAMEDIA.H
  12. #endif // !defined(_KSMEDIA_)
  13.  
  14. #if !defined(_BDAMEDIA_)
  15. #error BDAMEDIA.H must be included before ATSCMEDIA.H
  16. #endif // !defined(_KSMEDIA_)
  17.  
  18. #if !defined(_ATSCMEDIA_)
  19. #define _ATSCMEDIA_
  20.  
  21.  
  22. //===========================================================================
  23. //
  24. //  ATSC Network Type
  25. //
  26. //===========================================================================
  27.  
  28. #define STATIC_BDANETWORKTYPE_ATSC\
  29.     0x71985f51, 0x1ca1, 0x11d3, 0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0
  30. DEFINE_GUIDSTRUCT("71985F51-1CA1-11d3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC);
  31. #define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC)
  32.  
  33.  
  34. #endif // _ATSCMEDIA_
  35.